home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Markets / Education / HyperCard In Education / Plate Tectonics / background_10276.txt < prev    next >
Text File  |  1990-04-02  |  2KB  |  122 lines

  1. -- background: 10276 from stack: in
  2. -- bmap block id: 5853
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7.  
  8.  
  9.  
  10.  
  11. -- part 2 (field)
  12. -- low flags: 00
  13. -- high flags: 0004
  14. -- rect: left=91 top=4 right=36 bottom=440
  15. -- title width / last selected line: 0
  16. -- icon id / first selected line: 0 / 0
  17. -- text alignment: 1
  18. -- font id: 2
  19. -- text size: 18
  20. -- style flags: 0
  21. -- line height: 24
  22. -- part name: 
  23.  
  24.  
  25. -- part 3 (button)
  26. -- low flags: 00
  27. -- high flags: 8002
  28. -- rect: left=198 top=312 right=336 bottom=330
  29. -- title width / last selected line: 0
  30. -- icon id / first selected line: 0 / 0
  31. -- text alignment: 1
  32. -- font id: 0
  33. -- text size: 12
  34. -- style flags: 0
  35. -- line height: 16
  36. -- part name: Animation
  37. ----- HyperTalk script -----
  38. on mouseUp
  39.   push card
  40.  
  41.  
  42.   if the name of this card is not "pangea" then
  43.     go to card "pangea"
  44.   end if
  45.  
  46.   repeat 5 times
  47.     visual dissolve slowly
  48.     go next
  49.     wait 30
  50.   end repeat
  51.  
  52.   --wait 2 seconds
  53.   --visual iris open
  54.   --go card "pangea"
  55. end mouseUp
  56.  
  57.  
  58.  
  59. -- part 4 (button)
  60. -- low flags: 00
  61. -- high flags: 0000
  62. -- rect: left=329 top=311 right=336 bottom=359
  63. -- title width / last selected line: 0
  64. -- icon id / first selected line: 1013 / 1013
  65. -- text alignment: 1
  66. -- font id: 0
  67. -- text size: 12
  68. -- style flags: 0
  69. -- line height: 16
  70. -- part name: next
  71. ----- HyperTalk script -----
  72. on mouseUp
  73.   visual wipe left slowly
  74.   go next
  75. end mouseUp
  76.  
  77.  
  78.  
  79.  
  80. -- part 5 (button)
  81. -- low flags: 00
  82. -- high flags: 0000
  83. -- rect: left=168 top=312 right=337 bottom=198
  84. -- title width / last selected line: 0
  85. -- icon id / first selected line: 1014 / 1014
  86. -- text alignment: 1
  87. -- font id: 0
  88. -- text size: 12
  89. -- style flags: 0
  90. -- line height: 16
  91. -- part name: previous
  92. ----- HyperTalk script -----
  93. on mouseUp
  94.   show me
  95.   visual wipe right slowly
  96.   go previous
  97. end mouseUp
  98.  
  99.  
  100.  
  101.  
  102.  
  103. -- part 6 (button)
  104. -- low flags: 00
  105. -- high flags: 0000
  106. -- rect: left=455 top=0 right=60 bottom=512
  107. -- title width / last selected line: 0
  108. -- icon id / first selected line: 0 / 0
  109. -- text alignment: 1
  110. -- font id: 0
  111. -- text size: 12
  112. -- style flags: 0
  113. -- line height: 16
  114. -- part name: 
  115. ----- HyperTalk script -----
  116. on mouseUp
  117.   push card
  118.   visual iris close slowly
  119.   go to card "Evidence and HIstory"
  120. end mouseUp
  121.  
  122.